home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Main.Dir / 00030_ricochet.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  224 b   |  10 lines

  1. on mouseDown
  2.   puppetSound(1, "click")
  3.   repeat while soundBusy(1)
  4.     set the visible of sprite (the clickOn - 42) to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite (the clickOn - 42) to 1
  8.   updateStage()
  9. end
  10.